.hyweb { width:100%; height:460px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:460px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:460px;}
.hyweb li A{ width:100%;height:460px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:45%; bottom:15px;  height:15px; line-height:15px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 14px;
	height: 14px;
	line-height:0px;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden;
	background-image: url(../images/t6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb .num li.on {
	background-image: url(../images/t2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:460px;
	position: absolute;
	filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(../images/right.jpg);
}

.hywebn { width:100%; height:300px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:300px; text-align:center;
}
.hywebn li img{ border:0px; width:1000px;height:300px;}
.hywebn li A{ width:100%;height:300px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hywebn .num {left:45%; bottom:20px;  height:15px; line-height:15px; position: absolute; z-index: 999;	}
.hywebn .num li {
	text-align:center;
	width: 14px;
	height: 14px;
	line-height:0px;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden;
	background-image: url(../images/t6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hywebn .num li.on {
	background-image: url(../images/t2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hywebn .prev,
.hywebn .next {
	width: 50px;
	height:300px;
	position: absolute;
	filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hywebn .prev {
	left:-50px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hywebn .next {
	right:-50px;
	background-position: right center;
	background-image: url(../images/right.jpg);
}